From 08d07360a2a57f67e73d80332c3cf5c93520e612 Mon Sep 17 00:00:00 2001 From: justbur Date: Sun, 12 Jul 2015 11:48:15 -0400 Subject: [PATCH] Update commentary --- which-key.el | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/which-key.el b/which-key.el index 7a4096b1cb1..4350c73fbeb 100644 --- a/which-key.el +++ b/which-key.el @@ -3,20 +3,15 @@ ;; Copyright (C) 2015 Justin Burkett ;; Author: Justin Burkett -;; URL: https://github.com/justbur/which-key/ +;; URL: https://github.com/justbur/which-key ;; Version: 0.1 ;; Keywords: ;; Package-Requires: ((emacs "24.3") (s "1.9.0") (dash "2.11.0")) ;;; Commentary: ;; -;; This is a rewrite of guide-key https://github.com/kai2nenobu/guide-key -;; with the following goals: -;; -;; 1. Remove polling function for performance reasons -;; 2. Try to simplify code as much as possible -;; 3. Switch away from using popwin (planned) -;; 4. Add replacement strings to create "aliases" for functions. +;; This is a rewrite of guide-key https://github.com/kai2nenobu/guide-key. See +;; https://github.com/justbur/which-key for more information. ;; ;;; Code: -- 2.30.2